runtime.itabTableType.count (field)
5 uses
runtime (current package)
iface.go#L26: count uintptr // current number of filled entries.
iface.go#L142: if t.count >= 3*(t.size/4) { // 75% load factor
iface.go#L155: if t2.count != t.count {
iface.go#L190: t.count++
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)